func text/template.doublePercent

3 uses

	text/template (current package)
		exec.go#L104: func doublePercent(str string) string {
		exec.go#L130: 	name := doublePercent(s.tmpl.Name())
		exec.go#L135: 		format = fmt.Sprintf("template: %s: executing %q at <%s>: %s", location, name, doublePercent(context), format)